home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / pwr14j.zip / DOSEX1.BAT < prev    next >
DOS Batch File  |  1991-05-08  |  1KB  |  28 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo              ┌──────────────────────────────────────────────────┐
  10. echo              │Drawing boxes (or frames) around screen displays  │
  11. echo              │ seems to add a finishing touch to menus, messages│
  12. echo              │ or any other information conveyed to the user.   │
  13. echo              │                                                  │
  14. echo              │With a batch file, not only is it time consuming, │
  15. echo              │ but painfully slow. Most of the time it simply   │
  16. echo              │ is not worth the trouble.                        │
  17. echo              │                                                  │
  18. echo              │With PowerBatch, you draw your frame with one     │
  19. echo              │ command. And it is a little faster...            │
  20. echo              └──────────────────────────────────────────────────┘
  21. echo  
  22. echo  
  23. echo     I hope you have realized by now that this is a standard DOS batch file.
  24. echo  
  25. echo  
  26. echo  
  27. boxdemo1
  28.